Guest User

Untitled

a guest
Jun 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. ```scala
  2. // 日付フォーマット
  3. scala> "%tY/%<tm/%<td %<tR:%<tS" format new Date
  4. res18: String = 2018/06/25 00:19:28
  5. ```
Add Comment
Please, Sign In to add comment