I'm pulling a number formatted field (<%# Eval("AP_PAYMENT_DATE_FK_KEY") %>) from an Oracle table, and I want to display it as a date.
Here's what it looks like in the database: 20081201
I was hoping I could do something like this # Eval("AP_PAYMENT_DATE_FK_KEY", "{0:mm/dd/yyyy}") %> to display it in a date format...but no go.
Any help would be greatly appreciated. Thanks!
Here's what it looks like in the database: 20081201
I was hoping I could do something like this # Eval("AP_PAYMENT_DATE_FK_KEY", "{0:mm/dd/yyyy}") %> to display it in a date format...but no go.
Any help would be greatly appreciated. Thanks!