Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21369

[RESOLVED] add 24 hours to a time

$
0
0
this works for adding a week to a date
Dim newdate 'add a wreek
Dim mydate
mydate = gridMaster.textmatrix(mintgridMasterCurRow, 3)
newdate = DateAdd("ww", 1, mydate) add a week
gridMaster.textmatrix(mintgridMasterCurRow, 3) = newdate

i need to add 24 hours to a time, how ?
the time is in this format 9:00 AM

Viewing all articles
Browse latest Browse all 21369


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>