랭귀지/python
Python PyQt QDate 형식으로 날짜변경
유키공
2018. 12. 20. 15:06
Python PyQt How to convert from Python to QDate style
2018-12-19 -> 2018 12 19 변경qtDate = QtCore.QDate.fromString(myPythonicDate, 'yyyy-MM-dd') print(qtDate.year(), qtDate.month(), qtDate.day())결과 : 2018 12 19