Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I use the ACL function "dlgitem_get_value" to get the value of the element "datetime" but this function returns an integer.
For exemple, I select the date "10/10/2013", and the function returns the integer "1381356000".
I would like a function which returns the string ""10/10/2013". Is it possible?
Kind regards,
David
Try the ctime() function.