import java.text.*; static S germanDate() { ret germanDate(now()); } static S germanDate(long time) { SimpleDateFormat sdf = new SimpleDateFormat("dd. MMMM yyyy"); sdf.setTimeZone(germanTimeZone()); ret sdf.format(time); }
Began life as a copy of #1010035
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013950 |
| Snippet name: | germanDate |
| Eternal ID of this version: | #1013950/1 |
| Text MD5: | f49f79523aa7b8170639b8f44fcf7867 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-03-16 22:32:59 |
| Source code size: | 242 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 639 / 677 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |