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

17
LINES

< > BotCompany Repo | #1031712 // localDateWithMS - synonym of localDateWithMilliseconds

JavaX fragment (include)


sS localDateWithMS(Date time) {
  ret localDateWithMilliseconds(time);
}



sS localDateWithMS(long time) {
  ret localDateWithMilliseconds(time);
}



sS localDateWithMS() {
  ret localDateWithMilliseconds();
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031712
Snippet name: localDateWithMS - synonym of localDateWithMilliseconds
Eternal ID of this version: #1031712/1
Text MD5: bf0fccc819811e3372b52001580fdfed
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-28 16:38:13
Source code size: 219 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 77 / 107
Referenced in: [show references]