in

InaPlex Forums

Forums and downloads for InaPlex customers and partners.
All Tags » DateTime (RSS)

Browse by Tags

  • Re: Contsupp.City field Date

    Hi Sukhdeep Sorry for misunderdstanding. the CITY field is a string, so the first thing is to extract the date: find(#CITY, "\d{8}") - extract a sequence of 8 digit characters Second is to convert this to a date: s2d(find(#CITY, "\d{8}"), "yyyyMMdd") - convert string to...
    Posted to Inaport (Forum) by admin on 03-18-2009
  • Re: Date format question

    Hi Sue Looks like you have found an incompatibility between the formatting characters used in the old style date format function (dtos()) and the new (d2s()). Doing this: d2s(now(), "M/d/yyyy h:mm tt zzz") produces: 1/30/2009 11:37 PM -08:00 The new AM/PM designator is "t", or "tt"...
    Posted to Inaport (Forum) by admin on 01-31-2009
Page 1 of 1 (2 items)
InaPlex Limited 2008