Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationstring_to_date

Official ZPE/YASS documentationstring_to_date

string_to_date (string date, string format) ⇒ date

Transforms a string which is the of the format, format, to a date. E.g. string_to_date("25-10-2015 14:00:24", "dd-MM-yyyy hh:mm:ss")

Alternative function names: string_to_date
First available: Version 1.3.4

Transforming to objects

ZPE 1.6.6 made a change to the way dates are represented at stored, so instead of using a Java date, ZPE 1.6.6 and later use the date object.

Comments
Feedback 👍
Comments are sent via email to me.