Page 1 of 1

#PB_Database_Date

Posted: Tue Sep 11, 2012 7:16 am
by infratec
Hi,

since it looks like no one has a solution for me, I wish a new return value for DatabaseColumnType():

#PB_Database_Date

Up to now no chance to detect (100% safe) a date field.
PB returns #PB_Database_String in my case.
And if the field is empty, I can also not check if a valid date is inside.

Bernd