B4J Question String to DatePicker field - how to convert string to DatePicker field ?

amorosik

Expert
Licensed User
On a B4Xpage we have two DatePicker field txtFromDate and txtToDate
How to set these field from code, having a date like a string value?

txtFromDate.DateTicks = ???

Wich function that return a DateTicks from a string (example "14/09/2020") ?
 
Top