formatDate() Function Update

2024-02-28 Thread Bob Sneidar via use-livecode
Not to be confused with the built-in dateFormat() function, I wrote a special formatDate() function a few years back because I had a need to get a given date in unsupported formats. Particularly I needed an SQL Date format in the form of -mm-dd. I have been frustrated also that there is

Re: formatDate() Function Update

2024-02-28 Thread Phil Hudson via use-livecode
Very useful function, thanks for sharing. I believe the format you call "SQL format" is literally *the* standard format, as in ISO 8601. https://www.startpage.com/do/dsearch?query=iso+date+format=web=opensearch=english I'd suggest "North American format" for the other one, assuming they use it

Re: formatDate() Function Update

2024-02-28 Thread Bob Sneidar via use-livecode
Should read: standard date: The date in the form of "mm/dd/" On Feb 28, 2024, at 10:42 AM, Bob Sneidar via use-livecode wrote: standard date: The date in the form of theFormat ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Enhanced HTTPD - native HTTP 1.1 Livecode Socket Server

2024-02-28 Thread Mike Kerner via use-livecode
just pinging to see if anything more has happened on this and the how list is really quiet On Tue, Feb 6, 2024 at 11:09 PM ambassador--- via use-livecode < use-livecode@lists.runrev.com> wrote: > David Bovill wrote: > > > I've been working for a while on a native server written in Livecode > >

Re: Enhanced HTTPD - native HTTP 1.1 Livecode Socket Server

2024-02-28 Thread Richard Gaskin via use-livecode
FWIW I haven't heard from David, but with the economic numbers off to a good start this year I suspect he's just been as busy as most I know. I know of at least one other LC fan with an interest in decentralized protocols, but I'm not sure how far he's gotten with his implementations. I've

Re: sideloading updates to mobile

2024-02-28 Thread Mike Kerner via use-livecode
so, how do we force LC to reload the stack? i can force the script to reload, and replace it, but if i want to reload the stack, do i have to close it, replace it, and then open it? On Wed, Feb 21, 2024 at 8:28 PM Mike Kerner wrote: > thanks, jlg. that's kind-of what i was thinking. > > > On

Re: sideloading updates to mobile

2024-02-28 Thread J. Landman Gay via use-livecode
"Revert this stack". That just means "reload from disk". Or you can specify a different stack. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On February 28, 2024 8:12:57 PM Mike Kerner via use-livecode wrote: so, how do we force LC