Date Formating

Vino vino.bheeman at hotmail.com
Wed Dec 13 18:16:33 UTC 2017


On Wednesday, 13 December 2017 at 17:16:46 UTC, Vino wrote:
> On Wednesday, 13 December 2017 at 08:32:34 UTC, codephantom 
> wrote:
>>                 [...]
>
> Hi All,
>
> [...]

Hi All, Thank you very much , was able to resolve the issue by 
changing the writefln line as below.

Sorted[].sort!((a,b) => a[1] > b[1]).each!(e => writefln!"%-63s 
%.20s"(e[0], e[1].to!string));

From,
Vino.B


More information about the Digitalmars-d-learn mailing list