Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI all,
I have a datefieldlike this , can any one please provide the script for master calender like year, month, day, and hour
and also in hour s ( from 0 to 23 Hours)
Please help me
use this
for Hour
Hour(Timestamp(DateField)) as Hour
Hi i have done this ,but is coming like 1 to 12 ( which is in 12 hour format), i want to get the hour format as 0 to 23 (or) 1-24 hour format , that too i need master clander .
The actaula date format which i am getting from the source is like this
for 24 hour format... you need to use this for your timestamp format in the environmental variable
SET TimestampFormat = 'M/D/YYYY h:mm:ss';
instead of
SET TimestampFormat = 'M/D/YYYY h:mm:ss TT';
What is your data source? XLS? SQLServer? Oracle?
Try solve in the script!
HI My source is .xlsx ,