Skip to content
  • Rob Swindell's avatar
    4aca7119
    Add system.birthdate_template string property · 4aca7119
    Rob Swindell authored
    Suitable for passing to console.gettemplate() when prompting for a birth date.
    
    I'm using like this in my logon.js to correct corrupted newuser birth dates:
      while(user.age < 10) {
    	console.putmsg(bbs.text(bbs.text.EnterYourBirthday));
    	user.birthdate = console.gettemplate(system.birthdate_template);
      }
    4aca7119
    Add system.birthdate_template string property
    Rob Swindell authored
    Suitable for passing to console.gettemplate() when prompting for a birth date.
    
    I'm using like this in my logon.js to correct corrupted newuser birth dates:
      while(user.age < 10) {
    	console.putmsg(bbs.text(bbs.text.EnterYourBirthday));
    	user.birthdate = console.gettemplate(system.birthdate_template);
      }
Loading