How do I dynamically set a date?

Follow

Comments

1 comment

  • Avatar
    bwilcox02

    Could a function like this be used instead of creating the extra widget?

    function someDate() {
    var now = new Date();
    return new Date(now.getFullYear(), now.getMonth(), now.getDate()+90);
    }

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk