Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以告诉我如何获取月份和日期格式的数据。在下面的代码中,它以 2012 年 6 月 18 日的格式向我显示一年前具有相同日期的年份 ..但我只需要月份/年。
LastMonth = DateAdd("m",-12,Date)
谢谢
使用专用函数 Month()、Year()、... 来获取(类型变量)日期的私有部分:
>> dt = DateAdd("m",-12,Date) >> WScript.Echo TypeName(dt), CStr(dt), Month(dt) & "/" & Year(dt) >> Date 6/18/2012 6/2012
I am trying to convert ArrayList to xml using JAXB..
ArrayList<LDAPUser> myList = new ArrayList<LDAPUser>(); myList = retrieveUserAttributes.getUserBasicAttribu