import java.text.*; static int localMinutes(long time) { SimpleDateFormat sdf = new SimpleDateFormat("mm"); sdf.setTimeZone(localTimeZone()); ret parseInt(sdf.format(time)); } static int localMinutes() { ret localMinutes(now()); }
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: | 501 / 528 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1026564 - localHours |