Ejemplo n.º 1
0
 /* Returns the date-part of the given datetime value.
  */
 public static SchemaDate dateFromDatetime(SchemaDateTime value) {
   return value.dateValue();
 }