Jamie Ly

Jamie Ly

Developer, student, person

Skip to content
  • Arts/Crafts
  • Programs
  • Writings
  • About

date

There is one post tagged date.

Date Validation in ColdFusion

Someone asked me about Date Validation the other day. Here are two simple approaches for use in your CF apps. Assume that the strDate variable contains your date. On the server-side, you may use IsDate(strDate). On the client side, !isNaN(new Date(strDate)). I don’t know for sure if the client-side code is the best way to […]

in Programming | 225 Words

Archives

Independent Publisher empowered by WordPress