GLBasic forum

Main forum => GLBasic - en => Topic started by: MrPlow on 2015-Mar-06

Title: Date function
Post by: MrPlow on 2015-Mar-06
Hi

Is there a way to calculate a date function? in glb - havent needed one until now.

G
Title: Re: Date function
Post by: MrTAToad on 2015-Mar-06
As in converting text to a Julian date ?

My date function here (http://www.glbasic.com/forum/index.php?topic=8142.msg68559#msg68559) could be useful - I have been looking around for that for a while now.
Title: Re: Date function
Post by: MrPlow on 2015-Mar-07
Great stuff - thanks!
Who new it was so difficult to get a date
I was contemplating using a web call to php page to get a php server date value - round-the-houses type of solution :)
Title: Re: Date function
Post by: MrTAToad on 2015-Mar-07
Ah yes, dates are fun!