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

11
LINES

< > BotCompany Repo | #1003493 // dayOfMonth

JavaX fragment (include)

static int dayOfMonth() {
  ret localDayOfMonth();
}

static int dayOfMonth(long now) {
  ret localDayOfMonth(now);
}

static int dayOfMonth(long now, TimeZone tz) {
  ret parseInt(simpleDateFormat("d", tz).format(now));
}

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: 549 / 528
Version history: 4 change(s)
Referenced in: [show references]