I am formatting a date in the following way:
date = new Date(\"2013-05-12 20:00:00\"); formattedDate = new Date(date.getFullYear(),date.getMonth(),date.getDate()
Why not hijack Date with fix-date at the beginning of your code?
Date
import 'fix-date' // that's ok!