|
@@ -76,15 +76,9 @@ if $ARGS[0] = 'SGStart2':
|
|
|
!!make sure this image shows up above the text that shows your birthday
|
|
|
!date_toggle = args[1]
|
|
|
'<center><img <<$set_imgh>> src="images/system/1_openings/shared/pre_2.jpg"></center>'
|
|
|
- if birthday < 10 and birthmonth < 10:
|
|
|
- $startdob = 'Your birthday: <B>0<<birthmonth>>/0<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
|
|
|
- elseif birthday < 10 and birthmonth >= 10:
|
|
|
- $startdob = 'Your birthday: <B><<birthmonth>>/0<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
|
|
|
- elseif birthday >= 10 and birthmonth < 10:
|
|
|
- $startdob = 'Your birthday: <B>0<<birthmonth>>/<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
|
|
|
- elseif birthday >= 10 and birthmonth >= 10:
|
|
|
- $startdob = 'Your birthday: <B><<birthmonth>>/<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
|
|
|
- end
|
|
|
+
|
|
|
+ $startdob = 'Your birthday: <B><<mid(100 + birthday, 2, 2)>>/<<mid(100 + birthmonth, 2, 2)>>/<<birthyear>></B> (DD/MM/YYYY)'
|
|
|
+
|
|
|
|
|
|
'<a href="exec:gt ''intro_customization'', ''birthday''"><<$startdob>></a>.'
|
|
|
|