Try our conversational search powered by Generative AI!

EPiServer:InputDate culture settings

Vote:
 

EPiServer:InputDate control ignores current culture settings and works only with Sweden date  format YYYY-MM-DD

#38262
Apr 06, 2010 16:21
Vote:
 

Please try chagning the time settings in the control panel. May be this will solve your issue

#38282
Apr 07, 2010 11:54
Vote:
 

I think it's hardcoded in InputDate.CreateChildControls()

if ((this._initialValue != DateTime.MinValue) && (this._initialValue != DateTime.MaxValue)) { this._input.Text = this._initialValue.ToString("yyyy-MM-dd HH:mm"); }

 

#38408
Apr 09, 2010 7:55
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.