What is the difference between curdate() and current_date in MySQL?
            Asked
            
        
        
            Active
            
        
            Viewed 9,119 times
        
    13
            
            
         
    
    
        Mureinik
        
- 297,002
- 52
- 306
- 350
 
    
    
        Bharanidharan
        
- 131
- 1
- 4
- 
                    1try to search for the answer yourself first....its very simple question – AbdulRahman Ansari Jan 06 '14 at 06:48
- 
                    @AbdulRahmanAnsari has it occurred to you that StackOverflow is a knowledgebase? Do you think this website should be reserved exclusively for the most complicated questions? – reformed Jan 04 '22 at 21:37
3 Answers
4
            
            
        Please refer the documentation http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html
curdate() and current_date() are synonymous.
However for your information there is a difference between curdate() and now()
Question: MySQL: Curdate() vs Now()
 
    
    
        Community
        
- 1
- 1
 
    
    
        cosmicchichu
        
- 63
- 2
- 8
