Converting day into a current date
Converting day into a current date
I am using a field that has a day of the month values only, such as the 19th, 21st or 24th, I want to convert that value to where it displays that day with the current month and year such as 12/19/01, 12/21/01 or 12/24/01.____Any ideas?
=> Converting day into a current date
You could use the expression:____str(day(date()),2) "/" str(val(fieldname),2) "/" str(month(date()),4)____where fieldname is the field containing the string "19th","21st"...______Kathleen__R&R Support