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

3
LINES

< > BotCompany Repo | #1028556 // yearAndMonthToTimestamp

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

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();
}

Author comment

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: 114 / 178
Version history: 1 change(s)
Referenced in: [show references]