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

11
LINES

< > BotCompany Repo | #1003493 // dayOfMonth

JavaX fragment (include)

1  
static int dayOfMonth() {
2  
  ret localDayOfMonth();
3  
}
4  
5  
static int dayOfMonth(long now) {
6  
  ret localDayOfMonth(now);
7  
}
8  
9  
static int dayOfMonth(long now, TimeZone tz) {
10  
  ret parseInt(simpleDateFormat("d", tz).format(now));
11  
}

Author comment

Began life as a copy of #1003423

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1003493
Snippet name: dayOfMonth
Eternal ID of this version: #1003493/5
Text MD5: 78b38de8949a75684f23079078b45758
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-28 17:08:03
Source code size: 232 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 557 / 538
Version history: 4 change(s)
Referenced in: [show references]