Code: Select all
[Switch.Date:Format="yyMMdd",TimeZone="UTC"]I could -1 off the returned numeral but that's going to fail on the 1st of every month! I'm out of ideas

Code: Select all
[Switch.Date:Format="yyMMdd",TimeZone="UTC"]

Code: Select all
	// PostNL Express 12:00 requirement
		var day = new Date();	 // today
		day.setDate(day.getDate() + 1); // Tomorrow
		var tomorrow = day.getDate()+'-'+day.getMonth()+'-'+day.getYear();
Time to find a new companyTheCaptain wrote:... which our company won't currently pay for
 
 I'm not sure I can get the number back into a date as you say... I presume it's some sort of maths trickery. I'll have a play and report back if I find anything.Company says 'Could you create XYZ'
Me 'Certainly, I just need the right equipment'
Company
Me

All you, buddy!jan_suhr wrote:But it can be done with an App
Gabriel, you or me??



