Вопрос

I'm not such a fan of using datetime_select. I think it renders ugly and isn't easy to deal with on post back.

How do most people deal with it? Wouldn't it be easier to use a plain textbox and use javascript to validate the input as a date? I will be persisting it as a DateTime value.

Это было полезно?

Решение

I used a text box with a jquery datepicker and all was well in the universe.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top