Skip to main content
Solved

Validating Date

  • January 27, 2025
  • 2 replies
  • 53 views

Hi,

I am trying to validate the date given between 100 years ago and 15 years ago are valid , everything else is invalid. I am able to achieve this validation in YEAR part. I am looking for validating complete date instead of only Year part.

Below are few screenshots.

 

 

Best answer by AKislyakov

AI gives pretty good solution ​@Bhuvaneshwari Balasubramaniam 

Although if you need pushdown-enabled version, you’ll have to rework it a bit



 

2 replies

Forum|alt.badge.img+2
  • Ataccamer
  • Answer
  • January 27, 2025

AI gives pretty good solution ​@Bhuvaneshwari Balasubramaniam 

Although if you need pushdown-enabled version, you’ll have to rework it a bit



 


Thank you for the solution. It worked well for my problem.