
13 Apr
2007
13 Apr
'07
1:42 p.m.
financial_script = gnuplot_timeseries_settings ++ "\n" ++ "plot [\"" ++ startDate ++ "\":\"" ++ endDate ++ "\"]" ++ " '" ++ companyFile ++ "'" ++ modeString ++ " title \"" ++ company ++ " " ++ titleEnd ++ "\""
Also note the existence of Text.Printf if you like that style better.