четверг, 19 декабря 2013 г.

getCurrentDateTime()

/**
      * Get Current Date
      * @return
      */
public Date getCurrentDateTime()
    {
    return new Date(new java.sql.Timestamp(System.currentTimeMillis()));
    }

Комментариев нет:

Отправить комментарий