Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static VGetDateTime getServerDate(){
- VGetDateTime item = null;
- try {
- item = (VGetDateTime)new VGetDateTimeService().select(null).get(0);
- } catch (Exception e) {
- // TODO: handle exception
- item = new VGetDateTime();
- }
- return item;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement