import java.text.*; static S formatGMTWithOptionalDate_24(long time) { SimpleDateFormat format = simpleDateFormat_GMT("yyyy/MM/dd"); S date = format.format(time); bool needDate = neq(date, format.format(now())); ret (needDate ? date + " " : "") + formatGMT_24(time); }
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: | 533 / 577 |
Version history: | 1 change(s) |
Referenced in: | [show references] |