Year is not a problem and actually i dotn wanty it:
So the solutuon is to change this
my $date = strftime( '%F %T', localtime ); to this? my $date = now();
and then insert it to the mysql database?
But then agian when i get th date column form the mysq table i want to print it in this format my $date = strftime( "%d %b, %H:%M", localtime );