Is it possible to make date-based text to displayed in uppercase through bindings or scripting?

Is it possible to make date-based text to displayed in uppercase through bindings or scripting?

]]>
(Next Post) »

8 Commentsto Is it possible to make date-based text to displayed in uppercase through bindings or scripting?

  1. Anonymous says:

    < ![CDATA[

    mystring.toUpperCase()

    ]]>

  2. Anonymous says:

    < ![CDATA[

    James Coyle through scripting?

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Or bindings


    $ll_day_name.toUpperCase()

    ]]>

  4. Anonymous says:

    < ![CDATA[

    TrianguloY ah. Thanks bud! :3

    ]]>

  5. Anonymous says:

    < ![CDATA[

    Yes sorry was in a lecture. Shoulda mentioned it works from bindings and scripts.

    ]]>

  6. Anonymous says:

    < ![CDATA[

    here is my date in Bindings



    for showing Tue 02 Feb 2016

    ]]>

  7. Anonymous says:

    < ![CDATA[

    var JourN = $ll_day_name;


    var moisN = $ll_month_name;


    DateN=


    JourN.charAt(0).toUpperCase() + JourN.substring(1,3).toLowerCase() + ” ” + $ll_day + ” ” + moisN.charAt(0).toUpperCase() + moisN.substring(1,3).toLowerCase() + ” ” + $ll_year;


    return DateN;

    ]]>

  8. Anonymous says:

    < ![CDATA[

    James Coyle it’s okay 🙂


    +Bruno-Isa (y u no tag G+) Thanks for le example!

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *