![]() |
Sergey Kornilov admin 10/16/2019 |
I think your best bet is to use Date Edit control represented as dropdowns with day, month and year. |
J
|
jetsguy author 10/16/2019 |
I think your best bet is to use Date Edit control represented as dropdowns with day, month and year.
|
![]() |
Sergey Kornilov admin 10/16/2019 |
Unfortunately, this is something that ASPRunner.NET doesn't know how to do. |
J
|
jetsguy author 10/16/2019 |
Right. Thanks. I was wondering if anyone has come across this issue and perhaps has coded around it or found some |
J
|
jetsguy author 10/17/2019 |
Right. Thanks. I was wondering if anyone has come across this issue and perhaps has coded around it or found some Other solutions. I'm going to have to think outside the native asprunner box on this one.
|
![]() |
jadachDevClub member 10/17/2019 |
If you have a list of users, can you identify what date format each user would use? If so, perhaps a case statement converting the date field appropriately by who added or edited the record. Just a thought. |
J
|
jetsguy author 10/17/2019 |
If you have a list of users, can you identify what date format each user would use? If so, perhaps a case statement converting the date field appropriately by who added or edited the record. Just a thought.
|
![]() |
jadachDevClub member 10/17/2019 |
That sounds good. I suppose I'll just use a session variable as a flag of whether I want US vs UK date formats. The hard part is how can you change the date format of the simple date edit box via code at runtime?
|