Removing Time from Calculation Field that displays several dates

Comments

1 comment

  • Sara Christensen

    I looked again at similar posts and found this one that helped me get it fixed. 

    Here is what my code looks like for each date I want to display:

    var proprequ = @Proposal Requested Date ? moment(@Proposal Requested Date).format('MM/DD/YYYY'):'';

    'Proposal Requested: '+proprequ+'<br>'+

    And here is the result...

    If there is a date:

    Proposal Requested: 05/06/2019

    If there is no date:

    Proposal Requested:

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk