2
import Ubuntu.Components 0.1
7
height: monthLabel.height
14
text: Qt.locale().standaloneMonthName(date.getMonth())
15
anchors.leftMargin: units.gu(1)
16
anchors.left: parent.left
18
anchors.verticalCenter: parent.verticalCenter
24
text: date.getFullYear()
25
anchors.right: parent.right
26
anchors.rightMargin: units.gu(1)
28
anchors.verticalCenter: parent.verticalCenter