Hope this expression would help you resolve this (Convert.ToInt32(Datetime.ParseExact(“10/23/2019 00:00:00”,“MM/dd/yyyy hh:mm:ss”,system.Globalization.CultureInfo.InvariantCulture).ToString(“MM”))-datetime.Now.Month).ToString
This will give the difference of the month between the values
Cheers @aliaga
Aah
Sorry buddy that was my bad
The expression be like this (Convert.ToInt32(Datetime.ParseExact(“10/23/2019 00:00:00”,“MM/dd/yyyy hh:mm:ss”,system.Globalization.CultureInfo.InvariantCulture).ToString(“MM”))-datetime.Now.Month).ToString
here you go with an xaml
the expression used is
(Convert.ToInt32(Datetime.ParseExact(“10/23/2019 00:00:00”,“MM/dd/yyyy hh:mm:ss”,system.Globalization.CultureInfo.InvariantCulture).ToString(“MM”))-datetime.Now.Month).ToString aliaga.zip (9.3 KB)