DateFormat class is only partially implemented in the current codebase. Entire code in this class is commented as of now due to a compilation issue. Inspect this class to fix this and add any missing functions/logic to DateFormat to be used in PropertyChecker. (Currently a notImplemented error is raised at places where DateFormat class is used)
Complete DateFormat class with all logic as in the Ruby implementation. To be used in property checker class while checking datatype property.
DateFormat class is only partially implemented in the current codebase. Entire code in this class is commented as of now due to a compilation issue. Inspect this class to fix this and add any missing functions/logic to DateFormat to be used in PropertyChecker. (Currently a notImplemented error is raised at places where DateFormat class is used)
Complete DateFormat class with all logic as in the Ruby implementation. To be used in property checker class while checking datatype property.
Time Estimates: 2 days