Storing date and time

R

Roy Goldhammer

Hello there

I have bound form with textbox bound to Date/time field

I want to enter it date and time.

For this i used input mask: 00/00/00\ 00:00

The field can't get the date and time of this data.

Can someone help me to find out whay Date/Time field can't get data came in
the input mask?

any help would be useful
 
D

Douglas J. Steele

Define "can't get the date and time". It's very difficult for people to
offer suggestions when they don't know what the problem is!
 
R

Roy Goldhammer

Whell Douglas

If you didn't understand from me before here is the problem

I've tried to place an Input mask: 00/00/00\ 00:00 on Textbox bound to
dateTime field

But when i enter date and time - 10/01/04 10:00 i got an error :You cannot
assign this value to field type

What can be the problem on the Input mask

And how can i solve it
 
S

spencer4

I would guess the forced space is the problem.

Do you get the error if you drop the input mask?

If you change the input mask to mm/dd/yy hh:nn do you get the same error?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top