Security Department - TomLatin/Defense_Lab_Cyber_Ex1_MonitorServices GitHub Wiki

This class is intended to have functions that protect the rest of the classes. The class contains the validDateWTime function whose function is to check whether the user has entered us a correct date and time according to the format we work with, Below is the format: YYYY-MM-DD HH: MM: SS. Input: Date string type Output: If the date in the set format returns a datetime object returns otherwise returns false.