You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Converts a date/timestamp/string to a value of string in the format specified by the date
2492
2493
* format given by the second argument.
2493
2494
*
2494
2495
* A pattern could be for instance `dd.MM.yyyy` and could return a string like '18.03.1993'. All
2495
-
* pattern letters of `java.text.SimpleDateFormat` can be used.
2496
+
* pattern letters of [[https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html java.text.SimpleDateFormat]] can be used.
2496
2497
*
2497
2498
* @note Use when ever possible specialized functions like [[year]]. These benefit from a
* (see [http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html])
2671
-
* to Unix time stamp (in seconds), return null if fail.
2678
+
* Converts time string with given pattern to Unix timestamp (in seconds).
0 commit comments