Hi there,
I've been trying unsuccessfully to write a function that converts a DATE to TEXT(String) in the following format: yyyy-mm-dd

example, say the user enter: 10-May-06, the function should return this value: 2006-05-10

thanks for any help