I have segment that employee enters start date and end date and I want to do error messages if the start date and end date are not in the same month.
DD/MMM/YYYY
Example: Start Date = 01/Nov/2022
End Date = 05/Dec/2022
FlexSeg?.startDate(MM) != FlexSeg?.endDate (MM)