Change Birthday Format
-
Hello,
I need to change the format of the date field, so when users enter their date of birth, they can do MM-DD-YY
I read about this discussion in another post, and the way to resolve it was to use this js code:
jQuery(function($) {
$(‘.bxcft-birthdate-month’).insertAfter($(‘.bxcft-birthdate-month’).parent().find(‘label’));
});However, I do not know which file to add this code to. Can someone please tell me?
Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Change Birthday Format’ is closed to new replies.