Re: Date Words

2024-06-12 Thread Mark Smith via use-livecode
Hi Bob, I love the concept in principle but that’s a lot of code (to write and debug) and it does’t cover every possible permutation and combination of date requests. I long for a time when we can just capture a string like “a week from next Friday” and then call… function string2gptDate

Date Words

2024-06-12 Thread Bob Sneidar via use-livecode
Hi all. Did you ever want to use phrases like yesterday, last tuesday or next friday in a date field? function dateWords pDate if word 1 of pDate is not among the items of "last,next,yesterday,today,tomorrow" then \ return empty put date() into tCurrentDate convert tCurr