Code review comment for lp:~yohanboniface/ubuntu-calendar-app/AgendaView

Revision history for this message
Kunal Parmar (pkunal-parmar) wrote :

>
> Date.prototype.formatDate = function () {
> this.toLocaleTimeString(Qt.locale(), "dd MMMM yyyy");
> return this;
> }
>
> I only have raw date printed.
> It may be that Qt.locale() without argument is not finding any default.

ok, I will have a look then

« Back to merge proposal