Changes

Jump to navigation Jump to search
127 bytes added ,  15:58, 10 April 2015
Line 311: Line 311:  
     if re.search('^From:', line);
 
     if re.search('^From:', line);
 
         print line
 
         print line
 +
</source>
 +
== Date ==
 +
=== Today as string ==
 +
<source lang="python">
 +
import datetime
 +
datetime.date.today().strftime("%B %d, %Y")
 
</source>
 
</source>
  

Navigation menu