Name of Current Date
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Livecode Opensource Backer
- Posts: 366
- Joined: Tue Apr 10, 2012 9:18 am
Name of Current Date
Sorry for such a mundane simple question, but is there a simple way of getting the full name of the current month?
Re: Name of Current Date
Hi.
Try the "long" date.
Craig Newman
Try the "long" date.
Craig Newman
-
- Livecode Opensource Backer
- Posts: 366
- Joined: Tue Apr 10, 2012 9:18 am
Re: Name of Current Date
..which gives me:dunbarx wrote:Hi.
Try the "long" date.
Craig Newman
Wednesday, October 26, 2016
Can I use that just to get October
Re: Name of Current Date
Ah.
What about word 2 of the long date?
Craig
What about word 2 of the long date?
Craig
Re: Name of Current Date
...only for a few more days...Can I use that just to get October

Code: Select all
put word 2 of the long date
PowerDebug http://powerdebug.ahsoftware.net
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
-
- Livecode Opensource Backer
- Posts: 366
- Joined: Tue Apr 10, 2012 9:18 am
Re: Name of Current Date
dunbarx wrote:Ah.
What about word 2 of the long date?
Craig
of course it is going to be that simple. Thanks!!