05-26-2015 01:56 AM
hi,
how to add additional minute in time stamp.i will try to add but it will come constantly 5hour 1minute only.
05-26-2015 02:11 AM - edited 05-26-2015 02:12 AM
Hi Hans,
two problems:
- overly complicated way to add a value to a timestamp: when you want to calculate with timestamps you should actually USE timestamps!
- wrong format code for the FormatDateTimeString function! (Read the help!)
(When you just want to display the timestamp you could use a timestamp indicator and change it's formatting…)
05-26-2015 02:17 AM
hi,
i will given externally hour,minute,second.
05-26-2015 02:21 AM
05-26-2015 07:50 PM