Forum Discussion

msap's avatar
msap
Frequent Contributor
6 years ago

how to get date value equal to today's date without timestamp from the Date column in a grid.

I was using below script findrow method to capture the date .any suggestions. var dt = aqDateTime.Today(); var FormatStr = aqConvert.DateTimeToFormatStr(dt, "%#m/%#d/%Y") Log.Message("Value of dt ...