Revision: 65741
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at January 14, 2014 01:45 by magicrebirth
                            
                            Initial Code
print today.strftime('We are the %d, %b %Y')
'We are the 22, Nov 2008'
Eg in Django:
>>> k.updated_at.strftime('Last updated on %d, %b %Y, %H:%m')
'Last updated on 14, May 2013, 15:05'
                                Initial URL
Initial Description
Initial Title
python pretty date print
Initial Tags
Initial Language
Python