Validate Date Represented by Integer 1900 - 2099
Very simple validation expression that will validate a date in the range of 19000101 through 20991231. These formats are very popular for partitioning and representing dates as Long values or Integers. This does not check for Leap year values, or the months with varying number of days.
Please Note...
Submitted by Edward Rush - 2 years ago