Custom date in datepicker

0
Hoi, I'am learning Mendix. I have search the forum but i cannot find the answered on my question I want in the datapicker (custom) seen the firstday of the current year.    
asked
3 answers
1

Hi R,

What you could do is add date to the attribute you are using in the date picker. This can be set by using the  [%BeginOfCurrentYear%] placeholder. 

This can be done as a default value or as part of a microflow calling the page that shows the datepicker.

Best,

Mitchel

answered
0

Hello R,

I don't really understand what your question is or what you are trying to achieve. There is a variable called [%BeginOfCurrentYear%] you can use when creating DateTime variables. Maybe you can rephrase your question, or post it in Dutch as well as in English, just to make sure we understand you clearly :-)

Kind regards,

Bas.

answered
0

Thanks everbody.

I have created a microflow to resolve my problem.

answered