is there a way that I can format a Date binded in a ListView?
I have this snippet of ListView
<
This should work
Text='<%# Bind("DateOfBirth", "{0:MMM dd, yyyy}") %>'
Should be like...
Text='<%# Bind("RequiredDate", "{0:MMM dd, yyyy}") %>'