Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1028561 // yearAndWeekToTimestamp

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2494L/16K).

static long yearAndWeekToTimestamp(int year, int week, TimeZone tz) ctex {
  ret simpleDateFormat("y/w", tz).parse(year + "/" + week).getTime();
}

Author comment

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: 136 / 184
Referenced in: [show references]