Date format MM/YYYY | Experience Community
Skip to main content
Solved

Date format MM/YYYY

  • June 25, 2026
  • 1 reply
  • 0 views

Forum|alt.badge.img+8

Hi!

I need to save the current month and year as Embedded Data in the format MM/YYYY so I can use it as a condition in a branch.

At the moment, I am only able to save the date in the format DD/MM/YYYY, which does not meet my requirements.

I need to compare this value with another date field that is already stored in the format MM/YYYY and verify whether both values are the same, allowing the respondent to answer the corresponding questions only when the month and year match.

Does anyone know the best way to accomplish this in Qualtrics?

Best answer by vgayraud

Hi,

4 digit year: ${date://OtherDate/Y/+0%20day}

2 digit month with leading 0: ${date://OtherDate/MM/+0%20day}

2 digit month without leading 0: ${date://OtherDate/M/+0%20day

 

1 reply

vgayraud
QPN Level 7 ●●●●●●●
Forum|alt.badge.img+65
  • QPN Level 7 ●●●●●●●
  • Answer
  • June 25, 2026

Hi,

4 digit year: ${date://OtherDate/Y/+0%20day}

2 digit month with leading 0: ${date://OtherDate/MM/+0%20day}

2 digit month without leading 0: ${date://OtherDate/M/+0%20day