Libraryless. Click here for Pure Java version (1225L/8K/27K).
1 | !759 |
2 | |
3 | svoid action(S s, BF b) {
|
4 | new Matches m; |
5 | |
6 | print("backend: " + s);
|
7 | if "get year()" {
|
8 | print("backend: setting year");
|
9 | b.value(year()); |
10 | } else if "get month()" |
11 | b.value(month()); |
12 | else if "get dayOfMonth()" |
13 | b.value(dayOfMonth()); |
14 | else |
15 | b.unknown(); |
16 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1003490 |
| Snippet name: | Date Backend |
| Eternal ID of this version: | #1003490/1 |
| Text MD5: | 33225ef9a331fdd7b48c92c597bb696d |
| Transpilation MD5: | a13977ff4cfb1dda388b3a3e9a3f4066 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-07-10 01:07:25 |
| Source code size: | 299 bytes / 16 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 858 / 1547 |
| Referenced in: | [show references] |