Iam having one doubt by taking the time difference. currently iam having two variable previous and current. the Date is formatted like 'YearMonthDateHour'.
(i.e.)
previous = '10111623';
current = '10111705';
I want to take the difference between the two date;
Output:
10111624,10111701, 10111702,10111703, 10111704
is there any special builtin function to generate like this.
Regards,
Balaji S