开发者

What is the syntax of CurrentDateTime in Microsoft Access 2007?

I'm not good at english.So please abide. i want to know what is the syntax of CurrentDateTime in Microsoft Access 2007. i mean,In MSSQL Server 2008 , we can use GetDate()开发者_如何学JAVA function. but it can't use in Access. i want to insert current datetime into access database. So please answer me... Thanks stackoverflow...


You can use

Now() 

to give you the current date time or

Time()
Date()

For the respective portions.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜