Libraryless. Click here for Pure Java version (2494L/16K).
static long yearAndMonthToTimestamp(int year, int month, TimeZone tz) ctex { ret simpleDateFormat("y/M", tz).parse(year + "/" + month).getTime(); }
Began life as a copy of #1028550
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: | #1028556 |
| Snippet name: | yearAndMonthToTimestamp |
| Eternal ID of this version: | #1028556/2 |
| Text MD5: | cf7cf8bba9c7f3843d548063c97a155d |
| Transpilation MD5: | 6dc2d8989892c242d299276ef3e3fb58 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-06-26 18:57:28 |
| Source code size: | 151 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 399 / 527 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1028559 - ymdToTimestamp #1028561 - yearAndWeekToTimestamp |