Scusate, ma come faccio a fare la s con lineetta sopra e sotto che serve per PHP?

Devo fare una cosa facile tipo:
codice:
<?php
S todaysdate = date("m",time()) . "-" . date("d",time());
echo S todaysdate;
?>