How to show the day selected in date picker?

  • AMAbstracts
    Asked on March 30, 2020 at 5:54 PM

    hello - i have the calendar pop up widget - is it possible for the widget to somehow also say what DAY of the week it is for - i will also want this to appear in the email where it says pickup date

    thank you

  • jherwin
    Replied on March 30, 2020 at 8:29 PM

    You can use the dateString math function for that, please check this guide for reference: Form-Calculation-Math-Function-Reference

    As for the email, if you want to change the date form to show the day in datepicker, please check this guide: Add-a-Date-on-Email-Notification

    Please give it a try and let us know how it goes.

  • AMAbstracts
    Replied on March 30, 2020 at 9:40 PM

    thank you - i am trying to get it in my email notification - right now it has pickup date - i would like to say example Tuesday followed by the pickup date

  • jherwin
    Replied on March 30, 2020 at 10:59 PM

    Do you mean like this (see screenshot below)?
    1585623480date Screenshot 10
    If so, you can format the date in the email like this:
    {date:l} - {date}
    1585623529date2 Screenshot 21
    Please give it a try and let us know how it goes.

  • AMAbstracts
    Replied on March 31, 2020 at 7:32 PM

     i think thats what i wanted - thank you