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

5
LINES

< > BotCompany Repo | #1016441 // formatTranspilationDate

JavaX fragment (include)

static S formatTranspilationDate(O o) {
  Class c = mainClass(o);
  Long date = cast callOpt(c, 'myTranspilationDate);
  ret date == null ? "ANCIENT" : "Transpiled " + localDateWithSeconds(date);
}

Author comment

Began life as a copy of #1016440

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1016441
Snippet name: formatTranspilationDate
Eternal ID of this version: #1016441/3
Text MD5: 17f293a91a7057f583ae6e79ae1c8ff3
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-28 21:51:19
Source code size: 201 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 314 / 336
Version history: 2 change(s)
Referenced in: [show references]