Jump to content

Loftus

Members
  • Posts

    2
  • Joined

  • Last visited

Loftus's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thank you. I have the date formatting correctly but I cannot get the previous date to calculate like I can in other languages. Similar to DateAdd('d', -1, Date()). this calculates yesterday or n days in the past. Everything I can find about AutoIt _DateAdd refers to adding a date, not subtracting a date. Is it possible to subtract a date from a given date?
  2. I need to automate loading forms and want to use a series of past dates. _NowDate, _DateAdd and _NowCalcDate functions will do what I want with one exception; the date format. I need to return the format of mm/dd/yyyy, not yyyy/mm/dd. How can I do that?
×
×
  • Create New...