<--- --------------------------------------------------------------------------------------- ---- Blog Entry: Quick Note On IsDate() vs. IsNumericDate() Author: Ben Nadel / Kinky Solutions Link: http://www.bennadel.com/index.cfm?dax=blog:228.view Date Posted: Aug 30, 2006 at 3:50 PM ---- --------------------------------------------------------------------------------------- ---> #DateFormat( dtNow )# - #IsDate( dtNow )# - #IsNumericDate( dtNow )# #DateFormat( flNow )# - #IsDate( flNow )# - #IsNumericDate( flNow )#