We want to write datas with corresponding 24-Hour time stamp to a text
file. We are not getting this time format(24-Hour) instead we are
getting 12-Hour (AM/PM)only. Can anybody help us towards the same.
Since you're saving to a text file, I assume that means you're converting the timestamp to a string. In that case, make sure you're using the right functions - if you use Format Date/Time String you can format the exact structure of your string (including what you want). Look at the help for the function for more details.