AY2425S1-CS2103T-F14A-3 / tp

https://ay2425s1-cs2103t-f14a-3.github.io/tp/
MIT License
0 stars 5 forks source link

Allow for more flexible date inputs #166

Closed Dinoman44 closed 1 week ago

Dinoman44 commented 1 week ago

Currently only one date format is supported: dd-mm-yyyy

The deadline input can be altered to support the following:

  1. Other delimiters ("/", "|" and "_")
  2. Less strict day/month (so 1-1-2024 is accepted instead of enforcing 2-digit day/month)
  3. Less strict year (so 23-10-25 is accepted and interpreted as 23rd October 2025)