1 | import java.text.*; |
2 | |
3 | static int localMinutes(long time) {
|
4 | SimpleDateFormat sdf = new SimpleDateFormat("mm");
|
5 | sdf.setTimeZone(localTimeZone()); |
6 | ret parseInt(sdf.format(time)); |
7 | } |
8 | |
9 | static int localMinutes() {
|
10 | ret localMinutes(now()); |
11 | } |
Began life as a copy of #1012820
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1026563 |
| Snippet name: | localMinutes |
| Eternal ID of this version: | #1026563/1 |
| Text MD5: | 6b7c123fd57a2d13c40246ebd6c008c6 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-13 23:34:15 |
| Source code size: | 250 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 500 / 528 |
| Referenced in: | [show references] |