Libraryless. Click here for Pure Java version (95L/1K).
1 | import java.text.*; |
2 | |
3 | sS localTimeWithOptionalDate_24(long time) { |
4 | SimpleDateFormat format = simpleDateFormat_local("yyyy/MM/dd"); |
5 | S date = format.format(time); |
6 | bool needDate = neq(date, format.format(now())); |
7 | ret (needDate ? date + " " : "") + localTime_24(time); |
8 | } |
Began life as a copy of #1009026
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1026050 |
Snippet name: | localTimeWithOptionalDate_24 |
Eternal ID of this version: | #1026050/1 |
Text MD5: | 3b43182d741110d14d1bb3bfda5cdb6b |
Transpilation MD5: | bd44f2bd367d29d45c8dd32037eee4c6 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-11-16 14:43:09 |
Source code size: | 280 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 241 / 360 |
Referenced in: | [show references] |