PatMcLaughlin
Programmer
I am hitting my usual hurdle, working with dates. I have data which is downloaded from a SQL Database into a cursor. One of the fields contains a date field.
ex. [24-May-12 08:42:33]
I need send it out to another process as (mmddyyyy hh.mm.ss).
ex. [05242012 08.42.33]
Should be a piece of cake but not for me.
ex. [24-May-12 08:42:33]
I need send it out to another process as (mmddyyyy hh.mm.ss).
ex. [05242012 08.42.33]
Should be a piece of cake but not for me.