hipo-maskededittext-android icon indicating copy to clipboard operation
hipo-maskededittext-android copied to clipboard

Date depend on locale

Open pavelpoley opened this issue 4 years ago • 0 comments

Does the mask support format dd/MM/yyyy and MM/dd/yyyy depending on locale?

I see in source that dd/MM/yyyy mising

companion object {
        private const val INPUT_DATE_FORMAT = "MM / dd / yyyy"
        private const val OUTPUT_DATE_FORMAT = "yyyy-MM-dd"
    }

pavelpoley avatar May 05 '20 10:05 pavelpoley