Changes between Initial Version and Version 1 of Ticket #99


Ignore:
Timestamp:
04/12/2012 05:32:12 PM (14 years ago)
Author:
liaojunqiang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #99 – Description

    initial v1  
    1010now()::timestamp + '-30 min' 
    1111 
    12 除了这两个其他都可以放心的直接替换,这个只是指商城喔。 
     12oracle: 
     13to_date(to_char(sysdate,'yyyy-MM-dd'),'yyyy-MM-dd') 
     14pg: 
     15比较笨的方法 
     16to_date(to_char(now(),'yyyy-MM-dd'),'yyyy-MM-dd') 
     17简单直接的方法 
     18current_date 
     19 
     20除了这些其他都可以放心的直接替换,这个只是指商城喔。