I need a way of getting the opposite of the function _date_time_systemtimetodatestr()
which this function given yyyy/mm/dd returns "February 23, 2013" as per my PC setup.
That's the date I use in ListView column. Problem is now to edit that item I need to take
that date and convert it back to yyyy/mm/dd . So I need _date_time_datestrtosystemtime()
to get the opposite to use with GUICtrlCreateDate()
Yes I know how to manually break apart the string and create yyyy/mm/dd but I don't want
to assume that other users will have the date format as me. I need a generic way to get the results.
which this function given yyyy/mm/dd returns "February 23, 2013" as per my PC setup.
That's the date I use in ListView column. Problem is now to edit that item I need to take
that date and convert it back to yyyy/mm/dd . So I need _date_time_datestrtosystemtime()
to get the opposite to use with GUICtrlCreateDate()
Yes I know how to manually break apart the string and create yyyy/mm/dd but I don't want
to assume that other users will have the date format as me. I need a generic way to get the results.