|
|
@ -95,7 +95,7 @@ export class QuotesComponent implements OnInit, AfterViewInit {
|
|
|
|
let lines = [];
|
|
|
|
let lines = [];
|
|
|
|
|
|
|
|
|
|
|
|
for (const quote of quotes) {
|
|
|
|
for (const quote of quotes) {
|
|
|
|
let date = new DatePipe('en-US-POSIX').transform(quote.date, 'dd-MM-yyyy');
|
|
|
|
let date = new DatePipe('en-US-POSIX').transform(quote.date, 'dd/MM/yyyy');
|
|
|
|
lines.push('"' + quote.text + '" [' + quote.game + '] [' + date + ']\r\n');
|
|
|
|
lines.push('"' + quote.text + '" [' + quote.game + '] [' + date + ']\r\n');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|