small change of date notation in a filename of a csv
This commit is contained in:
		| @@ -131,7 +131,7 @@ namespace FarmmapsNbs | |||||||
|                 if (StoreStatistics == true) |                 if (StoreStatistics == true) | ||||||
|                 { |                 { | ||||||
|  |  | ||||||
|                     var SatelliteStatsFile = $"{DownloadFolder}/SatelliteDataStatistics_{FieldName}_{satalliteItem.DataDate.Value:d}.csv"; |                     var SatelliteStatsFile = $"{DownloadFolder}/SatelliteDataStatistics_{FieldName}_{satalliteItem.DataDate.Value:yyyy-MM-dd}.csv"; | ||||||
|                     using var w = new StreamWriter(SatelliteStatsFile); |                     using var w = new StreamWriter(SatelliteStatsFile); | ||||||
|                     { |                     { | ||||||
|                         foreach (var item in satelliteStatistics) |                         foreach (var item in satelliteStatistics) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user