Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. display = new GridDisplay(myQueryResult);
  2. display.setDateFormatter(
  3. closure(date)
  4. {
  5. return dateFormat(arguments.date,
  6. “mm dd yyyy”) & “ “ &
  7. TimeFormat(arguments.date,
  8. “hh:mm:ss tt”);
  9. }
  10. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement