My question has 2 parts. First I would like to remove the last 9 characters from a generated string using jQuery eg
2011-04-04T15:05:54
which would then leave the date remaining. I know to use the .substring function. After the time is removed I need to reformat the date into this format
08.04.11 (for eg)
I am learning how to write jQuery and would appreciate any help with this code.