Libraryless. Click here for Pure Java version (2494L/16K).
1 | static long yearAndWeekToTimestamp(int year, int week, TimeZone tz) ctex {
|
2 | ret simpleDateFormat("y/w", tz).parse(year + "/" + week).getTime();
|
3 | } |
Began life as a copy of #1028556
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: | #1028561 |
| Snippet name: | yearAndWeekToTimestamp |
| Eternal ID of this version: | #1028561/1 |
| Text MD5: | 5c21ded30e29ddfa56d99fe9fa188c2f |
| Transpilation MD5: | 10e5a33b210231c87e915b788ecbbec8 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-06-26 19:20:19 |
| Source code size: | 148 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 420 / 538 |
| Referenced in: | [show references] |