1 | import java.text.*; |
2 | |
3 | static S formatGMTWithOptionalDate_24(long time) { |
4 | SimpleDateFormat format = simpleDateFormat_GMT("yyyy/MM/dd"); |
5 | S date = format.format(time); |
6 | bool needDate = neq(date, format.format(now())); |
7 | ret (needDate ? date + " " : "") + formatGMT_24(time); |
8 | } |
Began life as a copy of #1008488
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: | #1009026 |
Snippet name: | formatGMTWithOptionalDate_24 |
Eternal ID of this version: | #1009026/2 |
Text MD5: | c52df3830f093c3ebf58f1daf953e682 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-06-28 18:58:07 |
Source code size: | 284 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 535 / 580 |
Version history: | 1 change(s) |
Referenced in: | [show references] |