This is a little jiggy that I made to display what should be planted about this time in the Pacific Northwest. Your mileage may vary. This list was adapted from a couple of sources including Seattle Tilth Gardening Guide and Steve Solomon’s Growing Vegetables West of the Cascades.
Most months are divided into “Start Seeds Indoors”, “Start Seeds Directly Outdoors”, and “Plant Starts Outdoors”.
$this_month = date(”n”);
$data = file_get_contents(”http://192.168.2.142:3004/plants/months/”.$this_month);
print $data;
?>


Recent Comments