Date() with a message I can't understand
Posted: 02 Nov 2017 23:05
Hello,
I'm running into some weird issues with
I expected to get back the UTC date for the date and hour specified.
What I'm getting is :
1. Unsupported method getDate:with 5 arguments.
2. The String timezone at times is not accepted because it cannot be converted into a number.
I also tried to see what happens if I remove "UTC" argument.(keeping only 4 arguments)
I'm still getting the same message 1 above.
Any help is welcome.
Thanks
Husky
I'm running into some weird issues with
Code: Select all
Date=(11/03/2017, 14, 00 , 00 , [color=#40FFFF]UTC or"UTC"[/color]);
I expected to get back the UTC date for the date and hour specified.
What I'm getting is :
1. Unsupported method getDate:with 5 arguments.
2. The String timezone at times is not accepted because it cannot be converted into a number.
I also tried to see what happens if I remove "UTC" argument.(keeping only 4 arguments)
I'm still getting the same message 1 above.
Any help is welcome.
Thanks
Husky