Chris B.
February 18th, 2000, 04:33 PM
I have a text box that I have specified the "DateFormat" in as yyyy-mm-dd. When I retrieve the date from my system it still shows up in the text box as mm/dd/yy (which I think is the default). Does anyone know of a way to convert to an ISO (yyyy-mm-dd) date?
Dim Today as Variant
Today = date
txtDateFrom.Text = Today
txtdateTo.Text = Today
Thanks
Dim Today as Variant
Today = date
txtDateFrom.Text = Today
txtdateTo.Text = Today
Thanks