datetime.dateparse

  1. R

    Android Question Problem DateTime.DateParse if date contains Sep

    I am importing .csv files into SQLite and need to convert dates in the format dd-MMM-yyyy into Excel dates. I have a simple Sub for this: Public lTicksOff As Long 'this is set in various Subs, eg InitApp: lTicksOff = DateUtils.SetDate(1970, 1, 1) Public...
Top