Printable View
Hello, If I want to get the SYSTEM YEAR in integer, howto ?
VB Code: year(now)
year(now)
VB Code: Year (Now())
Year (Now())
Or pass the Date, makes no real difference. :D VB Code: MsgBox Year(Date)
MsgBox Year(Date)